home *** CD-ROM | disk | FTP | other *** search
- IF EXISTS fonts:XEN.font
- ELSE
- copy fonts/#? fonts: all >NIL:
- ENDIF
-
- IF EXISTS Libs:xpkmaster.library
- requestchoice "xpkmaster.library" "Should the old library*nbe replaced?" "Yes|No" >env:test
- IF $test EQ 1
- copy libs/xpkmaster.library libs:
- ENDIF
- ELSE
- copy libs/xpkmaster.library libs:
- ENDIF
-
- IF EXISTS Libs:compressors/xpkFAST.library
- requestchoice "xpkFAST.library" "Should the old library*nbe replaced?" "Yes|No" >env:test
- IF $test EQ 1
- copy libs/compressors/xpkFAST.library libs:compressors/
- ENDIF
- ELSE
- makedir libs:compressors >nil:
- copy libs/compressors/xpkFAST.library libs:compressors/
- ENDIF
-
- IF EXISTS envarc:Wildfire.config
- requestchoice "Wildfire.config" "Should the old config*nby replaced by the standard config?" "Yes|No" >env:test
- IF $test EQ 1
- copy envarc/WildFire.config envarc:
- ENDIF
- ELSE
- copy envarc/WildFire.config envarc:
- ENDIF
-
- cd >env:test1
- Requestfile Drawersonly Title "Where should the Wildfire-directory be created?" >env:test
- if warn
- quit
- endif
- cd $test
- copy "$test1#?" "" all
- cd "wildfire#?"
- cd >env:test
-
- assign wf: ""
- path "" add
-
- requestchoice "User Startup" "Should the Wildfire assign be*ninserted to your User-Startup?" "Yes|No" >env:test1
- IF $test1 EQ 1
- echo ";Wildfire Assign" >>s:user-startup
- echo "Assign wf: "$test >>s:user-startup
- echo "path wf: "$test "add" >>s:user-startup
- echo ";Wildfire Assign Ende" >>s:user-startup
- ENDIF
-